Skip to content

Add new targets/esp32s3-box-3#5388

Merged
deadprogram merged 3 commits into
tinygo-org:devfrom
georgik:targets/esp32s3-box-3
May 28, 2026
Merged

Add new targets/esp32s3-box-3#5388
deadprogram merged 3 commits into
tinygo-org:devfrom
georgik:targets/esp32s3-box-3

Conversation

@georgik
Copy link
Copy Markdown
Contributor

@georgik georgik commented May 11, 2026

Add target for ESP32-S3-BOX-3: https://github.com/espressif/esp-box

It can be tested with this example: https://codeberg.org/georgik/esp32-s3-box-3-tinygo-example/src/branch/feature/official-target

Command: tinygo flash -target=esp32s3-box-3 .

Result: The screen should display Gopher and Hello TinyGo! message.

Copy link
Copy Markdown
Member

@aykevl aykevl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but can you also add a new smoke test to the make file? See for example:

tinygo/GNUmakefile

Lines 999 to 1000 in 7a5a50d

$(TINYGO) build -size short -o test.bin -target=esp32-c3-devkit-rust-1 examples/blinky1
@$(MD5SUM) test.bin

Copy link
Copy Markdown
Member

@deadprogram deadprogram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the addition @georgik

Now squash/merging.

@deadprogram deadprogram merged commit 0d6efc6 into tinygo-org:dev May 28, 2026
18 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants